Snapservice VirtualMachines ProtectionConfiguration ReplicationTarget
The Snapservice VirtualMachines ProtectionConfiguration ReplicationTarget schema contains properties to specify target configuration overrides for a virtual machine. This structure is used by both get and update APIs.
This schema was added in vSphere API 9.1.0.0.
{
"use_replica_seed": false,
"replication_path": "string",
"target_storage_spec": {
"datastore": "string"
}
}
Specify if replica seed file is used for replication.
This property was added in vSphere API 9.1.0.0.
if missing or null no virtual machine override is set and the default protection group configuration is used.
Path within the datastore where the virtual machine should be replicated or seed files are located. If not specified, the default path will be used. By default, the virtual machine name is used as the replication path. An example of replication path is "VMParent/VM1".
This property was added in vSphere API 9.1.0.0.
if missing or null no virtual machine override is set and the default path is used.
Specify the virtual machine level target storage spec for virtual machine replication.
This property was added in vSphere API 9.1.0.0.
if missing or null the default protection group configuration is used.